home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / as-receitas-de-dora.swf / scripts / frame_29 / DoAction.as
Text File  |  2011-09-19  |  446b  |  21 lines

  1. function clickMenu(pLang)
  2. {
  3.    var _loc1_ = _global;
  4.    _loc1_._lang = pLang;
  5.    if(pLang == "en")
  6.    {
  7.       _loc1_._langSuffix = "";
  8.    }
  9.    else
  10.    {
  11.       _loc1_._langSuffix = "s";
  12.    }
  13.    mcVoice.playVoice(null);
  14.    mcVoice.playVoice("k5",mcDora,this,"nextFrame");
  15.    mcEnglishBtn.gotoAndStop("Void");
  16.    mcSpanishBtn.gotoAndStop("Void");
  17. }
  18. stop();
  19. mcEnglishBtn.gotoAndStop("button");
  20. mcSpanishBtn.gotoAndStop("button");
  21.